What will be the output?
class Output
{
    public static void main(String args[])
    {
        try
           {
                    int a=0;
                    int b=7.0;
                    int c=b/a;
                    System.out.println("Good vibes only");
            }
     }
}


Posted on by